OracleString Constructor(Byte[],Boolean,Boolean)
Initializes a new instance of the
OracleString structure with the specified array of bytes.
'Declaration
Public Function New( _
ByVal () As Byte, _
ByVal As Boolean, _
ByVal As Boolean _
)
Parameters
- bytes
- The specified byte array.
- isUnicode
- Specifies whether the byte array is in Unicode encoding or in local encoding.
- isCaseIgnored
- Specifies if case is ignored in comparisons.